TELAnswerCall
Answers an incoming call.
pascal TELErr TELAnswerCall (TELCAHandle hTELCA);
hTELCA
- A handle to a call appearance structure for the incoming call. You obtain this handle from a
telCAAlertingMsg
or atelCAOfferMsg
message.- function result
- A result code.
DESCRIPTION
You can use theTELAnswerCall
function to answer a call that is alerting at the telephone terminal. When a call is alerting, your call appearance message handler receives atelCAAlertingMsg
message.You can also use
TELAnswerCall
to answer a call that is being offered at a telephone terminal. (Your call appearance message handler receives atelCAOfferMsg
message when a call is being offered.)If
TELAnswerCall
returnsnoErr
, the state of the call appearance changes totelCAActiveState
and your call appearance message handler receives atelCAActiveMsg
message. At this point, an end-to-end connection exists and communication can take place.SEE ALSO
Calling theTELAcceptCall
function (page 4-29) is also a valid response to aCAOfferMsg
message. See the description of theCAOfferMsg
message for more information about alternative responses to the message.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help